mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 15:49:41 +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:
|
||||
rm -f expat.a xmlparse/*.o xmltok/*.o
|
||||
|
||||
distclean: clean
|
||||
|
||||
$(OBJS): %.o: $(srcdir)/%.c Makefile
|
||||
$(CC) -I$(srcdir)/xmlparse -I$(srcdir)/xmltok -c $(CFLAGS) $< -o $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user