Skip to content

Commit

Permalink
removedollarlesser
Browse files Browse the repository at this point in the history
  • Loading branch information
freakout42 committed Dec 21, 2024
1 parent 9955305 commit acc1800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mc/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ mcmnu.rdb: ../src/mcmnu.h
awk -F" " '$$2=="us" {print $$3}' <../src/mcmenus.rdb | tr ';' , >$@

binunits: ../src/binunits.o
cp $< $@
cp ../src/binunits.o $@

#-------------------------------------------------------------------------------
manall: mc.1 mcunits.1 nro.1 db2rdb.1
Expand Down

1 comment on commit acc1800

@freakout42
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Closes #15 please try with trunc/main

Please sign in to comment.