delete binaries
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
*.o
|
||||||
|
*.a
|
||||||
|
*.dll
|
2
Makefile
2
Makefile
@@ -46,7 +46,7 @@ $(LIBRARY).dll.a: $(LIBRARY).dll
|
|||||||
$(CC) $(CFLAGS) $(DEFINES) $(INCLUDES) -o $@ $<
|
$(CC) $(CFLAGS) $(DEFINES) $(INCLUDES) -o $@ $<
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-rm -f *.o $(LIBRARY).a $(LIBRARY).dll
|
-rm -f *.o $(LIBRARY).a $(LIBRARY).dll $(LIBRARY).dll.a
|
||||||
|
|
||||||
|
|
||||||
$(OBJECTS): $(SOURCES)
|
$(OBJECTS): $(SOURCES)
|
||||||
|
BIN
kolibri_vfs.o
BIN
kolibri_vfs.o
Binary file not shown.
BIN
libsqlite3.a
BIN
libsqlite3.a
Binary file not shown.
BIN
libsqlite3.dll.a
BIN
libsqlite3.dll.a
Binary file not shown.
Reference in New Issue
Block a user