summaryrefslogtreecommitdiff
path: root/src/hlr_auc_gw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/hlr_auc_gw/Makefile')
-rw-r--r--src/hlr_auc_gw/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/hlr_auc_gw/Makefile b/src/hlr_auc_gw/Makefile
new file mode 100644
index 0000000000000..cffba620da04f
--- /dev/null
+++ b/src/hlr_auc_gw/Makefile
@@ -0,0 +1,9 @@
+all:
+ @echo Nothing to be made.
+
+clean:
+ for d in $(SUBDIRS); do make -C $$d clean; done
+ rm -f *~ *.o *.d
+
+install:
+ @echo Nothing to be made.