diff --git a/Makefile b/Makefile index 80b2cc4..9ceda43 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ win: ./src/sillymachine.adb ./src/*.adb ./src/*.ads x86_64-w64-mingw32-gnatmake src/sillymachine.adb -lwinmm -lgdi32 -all: sillymachine sillymachine.exe +all: sillymachine win clean: - rm *.o *.ali sillymachine.exe sillymachine + rm *.o *.ali sillymachine.exe sillymachine sillymachine-debug