Commit c487b6952056c3a5a47635a4fa459e3c83b15085
1 parent
ce9dba40
added a line to compiler/proj/linux/Makefile for creating a directory
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
anubis_dev/compiler/proj/linux/Makefile
| ... | ... | @@ -100,6 +100,7 @@ anubis_npd: $(main_objs) $(special_objs:.o=.npd.o) $(cipher_objs)\ |
| 100 | 100 | -lm -lstdc++ -lpthread |
| 101 | 101 | # $(strip) anubis_npd |
| 102 | 102 | cp anubis_npd anubis |
| 103 | + mkdir -p $(DISTDIR)/linux_install/bin | |
| 103 | 104 | cp anubis_npd $(DISTDIR)/linux_install/bin/anubis |
| 104 | 105 | cp anubis_npd $(BINDIR)/anubis |
| 105 | 106 | ... | ... |