diff options
author | nathan <thenathansmithsmith@gmail.com> | 2023-03-20 06:34:54 +0000 |
---|---|---|
committer | nathan <thenathansmithsmith@gmail.com> | 2023-03-20 06:34:54 +0000 |
commit | dd98918fe32b9dcdfc482a2c68481e93ceb50623 (patch) | |
tree | bf2ea0e4f4e47facde93c0cf277adb2031f7b3ec /Makefile | |
download | fltk_snake-main.tar.gz fltk_snake-main.tar.bz2 fltk_snake-main.zip |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
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 $@ |