diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-29 10:48:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-29 10:48:46 +0000 |
commit | 483dfb483e12e660267721a99bf97c572cb72795 (patch) | |
tree | 84490c282740e3c0c90ae98baf5d0091b25049cd /package/robocfg/src/Makefile | |
parent | ab1287beadc3396709bef189459bb5a3059bb6be (diff) | |
download | upstream-483dfb483e12e660267721a99bf97c572cb72795.tar.gz upstream-483dfb483e12e660267721a99bf97c572cb72795.tar.bz2 upstream-483dfb483e12e660267721a99bf97c572cb72795.zip |
move a few packages to system/utils
SVN-Revision: 35375
Diffstat (limited to 'package/robocfg/src/Makefile')
-rw-r--r-- | package/robocfg/src/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/robocfg/src/Makefile b/package/robocfg/src/Makefile deleted file mode 100644 index e11acb020a..0000000000 --- a/package/robocfg/src/Makefile +++ /dev/null @@ -1,11 +0,0 @@ - -all: robocfg - -%.o: %.c - $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $^ - -robocfg: robocfg.o - $(CC) -o $@ $^ - -clean: - rm -f *.o robocfg |