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 29, 2024
1 parent d810add commit ac3ba70
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ rawdraw_sf.h : tools/single_file_creator CNFG.h tools/rawdraw_http_page.h
./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

2 changes: 1 addition & 1 deletion rawdraw_sf.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//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)
//Generated from files git hash 3267604549307ef6bc34f2ba970700321f79e09b on Mon Apr 29 08:58:40 AM EDT 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 ac3ba70

Please sign in to comment.