diff options
Diffstat (limited to 'usr.bin/kfgwm/Makefile')
-rw-r--r-- | usr.bin/kfgwm/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/kfgwm/Makefile b/usr.bin/kfgwm/Makefile new file mode 100644 index 0000000..a0fb49a --- /dev/null +++ b/usr.bin/kfgwm/Makefile @@ -0,0 +1,6 @@ +include user.mk + +CFILES = $(shell find . -name "*.c") + +$(ROOT)/base/usr/bin/kfgwm: + gcc $(CFILES) -Iinclude/ -o $@ $(INTERNAL_CFLAGS) |