diff options
| author | Michael Stapelberg <michael@stapelberg.de> | 2010-12-06 14:47:33 +0100 |
|---|---|---|
| committer | Michael Stapelberg <michael@stapelberg.de> | 2010-12-06 14:47:33 +0100 |
| commit | 6762515c8e5861aa80675fe6f27be54689651e76 (patch) | |
| tree | 73101a65621f7d76998302f80b57b9cdeb1ce9a1 /Makefile | |
| parent | f15a2fea3612cfecb937847c8c8640949793c918 (diff) | |
| download | prozesskommunikation-6762515c8e5861aa80675fe6f27be54689651e76.tar.gz prozesskommunikation-6762515c8e5861aa80675fe6f27be54689651e76.tar.bz2 | |
Grundgerüst in eigenen Ordner verschoben
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index d08af51..0000000 --- a/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -all: - gcc -Wall -c -o conv.o conv.c - gcc -Wall -c -o log.o log.c - gcc -Wall -c -o statistic.o statistic.c - gcc -Wall -c -o monitor.o monitor.c - gcc -Wall -c -o main.o main.c - gcc -o pk main.o conv.o log.o statistic.o monitor.o - -clean: - rm -f *.o |
