1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

dist/tools/uhcpd: remove project.py

This should never have made it into the repo, it's a build file for an
experimental build system I built years ago.
This commit is contained in:
Kaspar Schleiser 2021-11-01 21:13:10 +01:00
parent f64b166319
commit 72cdaee46f

View File

@ -1,5 +0,0 @@
# pyjam build file. See https://github.com/kaspar030/pyjam for info.
default.CFLAGS = "-O3 -DUHCP_SYSTEM_LINUX -DUHCP_SERVER"
Main("uhcpd")