Skip to content

Commit

Permalink
Merge pull request #13 from rsribeiro/main
Browse files Browse the repository at this point in the history
  • Loading branch information
xesf authored Jan 14, 2024
2 parents 77bfcf0 + 46aacc2 commit f39ea34
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions SOURCES/MAKEFILE
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,15 @@ $(LIBS):
.asm.obj :
PRNTITRE M "$*.ASM"
$(ASM) $(AFLAGS) $^&.ASM

clean: .SYMBOLIC
@cd $(CURDIR)\..
del /s /q *.obj
del /s /q *.lib
del /s /q *.err
del /s /q *.ld
del /s /q *.map
del /s /q *.pch
del /s /q *.lst
del /s /q *.def
@cd $(CURDIR)

0 comments on commit f39ea34

Please sign in to comment.