From 0090dcdf93a07ce5fe5ac2526ec5ff18b4227e4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Szostak?= Date: Sat, 18 May 2024 14:49:36 +0200 Subject: [PATCH] Fixed Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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