re-organize project files
This commit is contained in:
parent
62af8575c6
commit
82f2185752
7
EXAMPLES/MAKEFILE
Executable file
7
EXAMPLES/MAKEFILE
Executable file
|
@ -0,0 +1,7 @@
|
|||
|
||||
clean : .SYMBOLIC
|
||||
del *.obj
|
||||
del *.err
|
||||
del $(target_name).exe
|
||||
del $(target_name).lnk
|
||||
|
Loading…
Reference in a new issue