Compare commits

..

3 Commits

Author SHA1 Message Date
568bc1c0ac exclude objects files 2021-12-03 18:08:22 +01:00
89c85cc40a remove objects files 2021-12-03 18:07:37 +01:00
2fc8a49cea fix cleanall target (lib object files) 2021-12-03 18:07:06 +01:00
5 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@@ -1,6 +1,7 @@
ex*-c
aoc-c
core
core*
*.o
ex*-cob
lib/
GPATH

View File

@@ -44,7 +44,7 @@ clean:
done
cleanall: clean
@$(RM) -f $(SLIB) $(DLIB)
@$(RM) -f $(SLIB) $(DLIB) $(LIBOBJ)
redo: cleanall all

Binary file not shown.

Binary file not shown.

Binary file not shown.