source: pwntcha/trunk/src/linuxfr/Makefile.am @ 2318

Revision 2318, 174 bytes checked in by sam, 5 years ago (diff)
  • Step 2 of the code reorganisation: move each font to its corresponding decoder's subdirectory.
Line 
1
2DECODER = linuxfr
3
4noinst_LIBRARIES = libdecoder.a
5
6libdecoder_a_SOURCES = decoder.c
7libdecoder_a_CPPFLAGS = -I$(srcdir)/.. -DDECODER=\"$(DECODER)\"
8
9EXTRA_DIST = font.png
10
Note: See TracBrowser for help on using the repository browser.