about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2026-01-15 14:45:26 +0300
committerNakidai <nakidai@disroot.org>2026-01-15 14:45:26 +0300
commit9a2b8cb4fde1adea8027387f277510cfa4406a20 (patch)
tree7fe74808b8a86270fb332d8e77a0d0dbf4f8f9bd /Makefile
parentf11b01ccc2c9aa8b20c607da10d7e60dab36efaf (diff)
downloadngircd-9a2b8cb4fde1adea8027387f277510cfa4406a20.tar.gz
ngircd-9a2b8cb4fde1adea8027387f277510cfa4406a20.zip
Use simpler build system
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 00000000..9f78a580
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+.PHONY: all clean
+
+all:
+	make -C src
+clean:
+	make -C src clean