Skip to content

Commit

Permalink
Make life easier for making a pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
Kylogias committed Apr 17, 2024
1 parent d810add commit 1ffcf2c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ rawdraw_ogl
simple
examples/fontsize
examples/fontsize_ogl

tools/binary_to_buffer
tools/single_file_creator
tools/rawdraw_http_page.h
rawdraw_sf.hf
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@ tools/single_file_creator : tools/single_file_creator.c
rawdraw_sf.h : tools/single_file_creator CNFG.h tools/rawdraw_http_page.h
echo "//This file was automatically generated by Makefile at https://github.com/cntools/rawdraw" > $@
echo "//This single-file feature is still in early alpha testing." >> $@f
echo "//Generated from files git hash $(shell git rev-parse HEAD) on $(shell date) (This is not the git hash of this file)" >> $@
./tools/single_file_creator CNFG.h CNFG.c CNFGWinDriver.c CNFGEGLLeanAndMean.c CNFGRasterizer.c CNFGEGLDriver.c CNFGWASMDriver.c CNFGXDriver.c CNFGFunctions.c CNFG3D.c CNFGAndroid.h CNFGHTTP.c tools/rawdraw_http_page.h >> $@

clean :
rm -rf *.o *~ rawdraw.exe rawdrawogl.exe rawdraw rawdraw_ogl rawdraw_mac rawdraw_mac_soft rawdraw_mac_cg rawdraw_mac_ogl ogltest ogltest.exe rawdraw_egl rawdraw_http rawdraw_sf.h tools/single_file_creator tools/binary_to_buffer tools/rawdraw_http_page.h
rm -rf *.o *~ simple simple.exe rawdraw.exe rawdrawogl.exe rawdraw rawdraw_ogl rawdraw_mac rawdraw_mac_soft rawdraw_mac_cg rawdraw_mac_ogl ogltest ogltest.exe rawdraw_egl rawdraw_http rawdraw_sf.h rawdraw_sf.hf tools/single_file_creator tools/binary_to_buffer tools/rawdraw_http_page.h

1 change: 0 additions & 1 deletion rawdraw_sf.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//This file was automatically generated by Makefile at https://github.com/cntools/rawdraw
//Generated from files git hash d8e1b42a3d436a9e04cc7549ff3eb2861e38242b on Thu Apr 11 05:17:30 PM PDT 2024 (This is not the git hash of this file)
// Copyright 2010-2021 <>< CNLohr, et. al. (Several other authors, many but not all mentioned)
// Licensed under the MIT/x11 or NewBSD License you choose.
//
Expand Down

0 comments on commit 1ffcf2c

Please sign in to comment.