summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
new file mode 100644
index 0000000..b5651fd
--- /dev/null
+++ b/GNUmakefile
@@ -0,0 +1,18 @@
+TOPDIR = .
+
+SUBDIRS =
+
+INCLUDE_DIRS = -I. -I$(TOPDIR)
+
+CPP_BINS = \
+ test1$(EXE)
+
+OBJS =
+
+-include $(TOPDIR)/makefiles/sub.mk
+
+local_all:
+
+local_clean:
+
+local_distclean: