diff options
Diffstat (limited to 'src/fst/Makefile')
| -rw-r--r-- | src/fst/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/fst/Makefile b/src/fst/Makefile new file mode 100644 index 000000000000..9c41962fd7e1 --- /dev/null +++ b/src/fst/Makefile @@ -0,0 +1,8 @@ +all: + @echo Nothing to be made. + +clean: + rm -f *~ *.o *.d + +install: + @echo Nothing to be made. |
