Skip to content
Snippets Groups Projects
Commit 2a4827b7 authored by David Hedbor's avatar David Hedbor
Browse files

committing

Rev: src/modules/math/Makefile.in:1.3
Rev: src/modules/math/Makefile.in.src:1.2
parent f0c79376
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ math.a: $(FILES)
-@RANLIB@ math.a
clean:
-rm -f *.o
-rm -f *.o *.a
depend:
gcc -MM $(PREFLAGS) $(SRCDIR)/*.c >$(SRCDIR)/dependencies
......
......@@ -11,7 +11,7 @@ math.a: $(FILES)
-@RANLIB@ math.a
clean:
-rm -f *.o
-rm -f *.o *.a
depend:
gcc -MM $(PREFLAGS) $(SRCDIR)/*.c >$(SRCDIR)/dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment