mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 02:57:38 +00:00
f8ed5b81e9
NOTE: Mozilla & Gromit should not be building this stuff.
14 lines
151 B
Makefile
14 lines
151 B
Makefile
#! gmake
|
|
|
|
NS_DEPTH = ..
|
|
|
|
DEPTH = $(NS_DEPTH)
|
|
|
|
include $(NS_DEPTH)/config/config.mk
|
|
|
|
DIRS = src
|
|
|
|
CSRCS = julmain.c
|
|
|
|
include $(NS_DEPTH)/config/rules.mk
|