+ clean target

This commit is contained in:
Vovanium 2023-09-07 22:38:03 +03:00
parent 6c731231f9
commit c8d700cf27
1 changed files with 4 additions and 1 deletions

View File

@ -1,10 +1,13 @@
#!/usr/bin/make -f
.PHONY : all examples
.PHONY : all clean examples
all :
gprbuild -P gpr/default.gpr
clean :
gprclean -P gpr/default.gpr
examples : build/share/video/visi.bmp
gprbuild -P gpr/example_sdl_minimal.gpr