aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornathan <thenathansmithsmith@gmail.com>2023-03-20 06:34:54 +0000
committernathan <thenathansmithsmith@gmail.com>2023-03-20 06:34:54 +0000
commitdd98918fe32b9dcdfc482a2c68481e93ceb50623 (patch)
treebf2ea0e4f4e47facde93c0cf277adb2031f7b3ec /Makefile
downloadfltk_snake-main.tar.gz
fltk_snake-main.tar.bz2
fltk_snake-main.zip
first commitHEADmain
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..6a2adaf
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+all:
+ @make -C src
+%:
+ @make -C src $@