diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-04-18 20:57:12 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-04-18 20:57:12 +0000 |
| commit | 1f7f0b8da7a868b40c23f034c75bce46713c5c32 (patch) | |
| tree | d8f8bba4aa9b253be804dfd2ac8dc89f4532e898 /src/Makefile | |
| parent | 41adf4a371c15229f882c0a433b09c8848ea66f4 (diff) | |
- ide to skompilovat :)
- oprava chyby, pri strele do miny zmiznu _vsetky_ streli
- ide to aj (na/od)instalovat :))
git-svn-id: http://opensvn.csie.org/tuxanci_ng@47 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/Makefile')
| -rwxr-xr-x | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 8661603..2ce95be 100755 --- a/src/Makefile +++ b/src/Makefile @@ -20,7 +20,6 @@ FILES = interface.o font.o list.o image.o layer.o director.o configFile.o tux.o tuxanci-ng: $(FILES) $(CC) $(CFLAGS) $(LIBS) -o $(BUILD_DIR)/tuxanci-ng $(BUILD_DIR)/*.o - main.o: main.c $(CC) $(CFLAGS) -o $(BUILD_DIR)/main.o -c main.c |