mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-05 23:19:06 +02:00
Add a distclean target to expat (upstream version 2.1.0 has a distclean target).
This commit is contained in:
parent
95d7c66b19
commit
e5701ff177
@ -12,5 +12,7 @@ expat.a: $(OBJS)
|
|||||||
clean:
|
clean:
|
||||||
rm -f expat.a xmlparse/*.o xmltok/*.o
|
rm -f expat.a xmlparse/*.o xmltok/*.o
|
||||||
|
|
||||||
|
distclean: clean
|
||||||
|
|
||||||
$(OBJS): %.o: $(srcdir)/%.c Makefile
|
$(OBJS): %.o: $(srcdir)/%.c Makefile
|
||||||
$(CC) -I$(srcdir)/xmlparse -I$(srcdir)/xmltok -c $(CFLAGS) $< -o $@
|
$(CC) -I$(srcdir)/xmlparse -I$(srcdir)/xmltok -c $(CFLAGS) $< -o $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user