1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 20:11:00 +00:00
serenity/Applications/Browser/Makefile
2019-10-05 10:20:17 +02:00

8 lines
94 B
Makefile
Executable file

include ../../Makefile.common
OBJS = \
main.o
APP = Browser
include ../Makefile.common