aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_supernova/module.mk
blob: 806cccadaafba04eb978705aca69c1ab3e902cfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
MODULE := devtools/create_supernova

MODULE_OBJS := \
        file.o \
        po_parser.o \
        create_supernova.o

# Set the name of the executable
TOOL_EXECUTABLE := create_supernova

# Include common rules
include $(srcdir)/rules.mk