1
0
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:
benjamin.drung@gmail.com 2013-10-24 22:56:28 +00:00
parent 95d7c66b19
commit e5701ff177

View File

@ -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 $@