re-organize project files

This commit is contained in:
Gered 2024-07-19 18:20:50 -04:00
parent 62af8575c6
commit 82f2185752
35 changed files with 7 additions and 0 deletions

7
EXAMPLES/MAKEFILE Executable file
View file

@ -0,0 +1,7 @@
clean : .SYMBOLIC
del *.obj
del *.err
del $(target_name).exe
del $(target_name).lnk

View file

View file