diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-01-05 11:44:29 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-01-05 11:44:29 +0100 |
commit | 9c955c4c17fe16e43677304372417637ac733bd0 (patch) | |
tree | 736818546a1e712c2ade1f253f845fee7d080f5e /Makefile | |
parent | 2d9cbd3b020596940c93fec3f5a0d7f768d4c599 (diff) | |
download | yosys-9c955c4c17fe16e43677304372417637ac733bd0.tar.gz yosys-9c955c4c17fe16e43677304372417637ac733bd0.tar.bz2 yosys-9c955c4c17fe16e43677304372417637ac733bd0.zip |
More .gitignore and fixed "make mrproper"
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ clean: rm -f bigint/*.d frontends/*/*.d passes/*/*.d backends/*/*.d kernel/*.d mrproper: clean - svn st --no-ignore | grep '^[?I]' | cut -c8- | sed 's,^ *,,; /^Makefile.conf$$/ d;' | xargs -r -d '\n' rm -vrf + git clean -xdf qtcreator: { for file in $(basename $(OBJS)); do \ |