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