Skip to content

Commit

Permalink
refactoring target
Browse files Browse the repository at this point in the history
  • Loading branch information
yilabs committed Jun 5, 2022
1 parent 24e3c87 commit 5aafdd6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ gen:
# echo sed 's/bmm/umm/g' queue_bmm.h > queue_umm.h # one time run, then need manual edit
gcc $(CFLAGS) -c liblfdsd.c
ar rcs liblfdsdc.a liblfdsd.o
dub run dpp -- $(DPPFLAGS) source/liblfdsd.dpp
make source/liblfdsd.d

source/liblfdsd.d: source/liblfdsd.dpp
dub run dpp -- $(DPPFLAGS) $<


test:
Expand Down

0 comments on commit 5aafdd6

Please sign in to comment.